home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be006.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  611 b   |  22 lines

  1. on exitFrame
  2.   set the locV of sprite 4 to the locV of sprite 4 - 1
  3.   set the locV of sprite 5 to the locV of sprite 5 - 1
  4.   set the locV of sprite 6 to the locV of sprite 6 - 2
  5.   set the locV of sprite 7 to the locV of sprite 7 - 1
  6.   set the locV of sprite 8 to the locV of sprite 8 - 2
  7.   set the locV of sprite 9 to the locV of sprite 9 - 1
  8.   set the locV of sprite 10 to the locV of sprite 10 - 2
  9.   if the timer < 570 then
  10.     if the loaded of member "virussprite2" = 0 then
  11.       preloadMember("virussprite2")
  12.     end if
  13.     go(the frame)
  14.   else
  15.     go(the frame + 1)
  16.   end if
  17. end
  18.  
  19. on mouseUp
  20.   go(100)
  21. end
  22.